/*@font-face {*/
/*    font-family: "Raleway-Regular";*/
/*    src: url(../fonts/Raleway-Regular.eot);*/
/*    src: url(../fonts/Raleway-Regular.eot?#font-spider) format("embedded-opentype"),*/
/*    url(../fonts/Raleway-Regular.woff2) format("woff2"),*/
/*    url(../fonts/Raleway-Regular.woff) format("woff"),*/
/*    url(../fonts/Raleway-Regular.ttf) format("truetype"),*/
/*    url(../fonts/Raleway-Regular.svg) format("svg");*/
/*    font-weight: normal;*/
/*    font-style: normal;*/
/*}*/
/*@font-face {*/
/*    font-family: "Raleway-Medium";*/
/*    src: url(../fonts/Raleway-Medium.eot);*/
/*    src: url(../fonts/Raleway-Medium.eot?#font-spider) format("embedded-opentype"),*/
/*    url(../fonts/Raleway-Medium.woff2) format("woff2"),*/
/*    url(../fonts/Raleway-Medium.woff) format("woff"),*/
/*    url(../fonts/Raleway-Medium.ttf) format("truetype"),*/
/*    url(../fonts/Raleway-Medium.svg) format("svg");*/
/*    font-weight: normal;*/
/*    font-style: normal;*/
/*}*/
/*@font-face {*/
/*    font-family: "Pacifico-Regular";*/
/*    src: url(../fonts/Pacifico.eot);*/
/*    src: url(../fonts/Pacifico.eot?#font-spider)format("embedded-opentype"),*/
/*    url(../fonts/Pacifico.woff2) format("woff2"),*/
/*    url(../fonts/Pacifico.woff) format("woff"),*/
/*    url(../fonts/Pacifico.ttf) format("truetype"),*/
/*    url(../fonts/Pacifico.svg) format("svg");*/
/*    font-weight: normal;*/
/*    font-style: normal;*/
/*}*/
/*@font-face {*/
/*    font-family: "Quicksand";*/
/*    src: url(../fonts/Quicksand.eot);*/
/*    src: url(../fonts/Quicksand.eot?#font-spider)format("embedded-opentype"),*/
/*    url(../fonts/Quicksand.woff2) format("woff2"),*/
/*    url(../fonts/Quicksand.woff) format("woff"),*/
/*    url(../fonts/Quicksand.ttf) format("truetype"),*/
/*    url(../fonts/Quicksand.svg) format("svg");*/
/*    font-weight: normal;*/
/*    font-style: normal;*/
/*}*/
/*@font-face {*/
/*    font-family: "Quicksand-Medium";*/
/*    src: url(../fonts/Quicksand-Medium.eot);*/
/*    src: url(../fonts/Quicksand-Medium.eot?#font-spider)format("embedded-opentype"),*/
/*    url(../fonts/Quicksand-Medium.woff2) format("woff2"),*/
/*    url(../fonts/Quicksand-Medium.woff) format("woff"),*/
/*    url(../fonts/Quicksand-Medium.ttf) format("truetype"),*/
/*    url(../fonts/Quicksand-Medium.svg) format("svg");*/
/*    font-weight: normal;*/
/*    font-style: normal;*/
/*}*/
/*@font-face {*/
/*    font-family: "Quicksand-Bold";*/
/*    src: url(../fonts/Quicksand-Bold.eot);*/
/*    src: url(../fonts/Quicksand-Bold.eot?#font-spider)format("embedded-opentype"),*/
/*    url(../fonts/Quicksand-Bold.woff2) format("woff2"),*/
/*    url(../fonts/Quicksand-Bold.woff) format("woff"),*/
/*    url(../fonts/Quicksand-Bold.ttf) format("truetype"),*/
/*    url(../fonts/Quicksand-Bold.svg) format("svg");*/
/*    font-weight: normal;*/
/*    font-style: normal;*/
/*}*/

html,
body {
  position: relative;
  height: 100%;
  font-family: "微软雅黑!important";
  font-size: 16px;
}
html.active{
    /* overflow: hidden; */
}
i,
em,
b {
  font-style: normal;
  font-weight: normal;
  display: block;
}
a,
a:hover,
a:active,
a:visited,
a:link,
a:focus {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  outline: none;
  /*background: none;*/
  text-decoration: none;
}
img {
  max-width: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-user-select: none;
  -moz-user-focus: none;
  -moz-user-select: none;
  user-select: none;
}
input,
textarea,
button,
select {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  outline: none;
  -webkit-appearance: none;
  border-radius: 0;
}
textarea {
  resize: none;
}
input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  -webkit-text-fill-color: #bfbfbf !important;
  -webkit-box-shadow: 0 0 0px 1000px transparent inset !important;
  background-color: transparent;
  background-image: none;
  transition: background-color 50000s ease-in-out 0s; /*背景色透明  生效时长  过渡效果  启用时延迟的时间*/
}
.center {
  width: 1200px;
  margin: 0 auto;
}
.mask {
  display: none!important;
  height: 100vh;
  width: 100vw;
  background-color: rgba(0, 0, 0, 0.6);
  position: fixed;
  z-index: 900;
  left: 0;
  top: 0;
}
.mask.show {
  display: none!important;
}
ul {
  margin-bottom: 0;
}
.form-control {
  background-color: transparent;
  border: 1px solid #cbc9c9;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  outline: none;
  height: 30px;
  line-height: 30px;
  padding: 0 10px;
  color: #777883;
}
.btn {
  height: 30px;
  line-height: 30px;
  border: none;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  -webkit-user-modify: read-write-plaintext-only;
  box-shadow: none;
  display: inline-block;
  padding: 0 20px;
  background-color: #1abdb2;
  color: #eaeaea !important;
  -webkit-user-select: none;
  user-select: none;
}
.btn:focus {
  outline: none;
}
.btn[disabled="disabled"],
.btn[disabled="true"] {
  cursor: not-allowed;
}
.btn.primary-btn {
  background-color: #2c4c8d;
}
.btn.primary-btn:hover {
  background-color: #3d63ae;
}
.btn.danger-btn {
  background-color: #984b3c;
}
.btn.danger-btn:hover {
  background-color: #ac5443;
}
.btn.info-btn {
  background-color: #705b39;
}
.btn.info-btn:hover {
  background-color: #91764b;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.red {
  color: red;
}
html.show,
body.show {
  overflow: hidden;
  height: 100%;
}
#app {
  transition: all 0.3s ease-out;
  overflow: hidden;
}
#app.show {
  /* -webkit-transform: translateX(260px);
  transform: translateX(260px); */
  width: 100vw;
  height: 100vh;
}
#mobileMenu {
  position: fixed;
  left: -200px;
  top: 0;
  margin: 0;
  width: 200px;
  height: 100vh;
  background: #d9662b;
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
  -moz-transform: translateZ(0);
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  z-index: 910;
}
#mobileMenu.show {
  -webkit-transform: translateX(200px);
  transform: translateX(200px);
}
#mobileMenu .hello {
  padding: 8px;
  line-height: 54px;
  background: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 14px;
  color: #fff;
}
#mobileMenu .menu {
  padding-top: 15px;
}
#mobileMenu .menu a {
  display: block;
  font-size: 14px;
  text-align: left;
  padding-left: 20px;
  color: rgba(255, 255, 255, 0.8);
  line-height: 36px;
}
#mobileMenu .menu a.user {
  padding-left: 0;
  text-align: center;
  background: #2e3e60;
  color: #fff;
  margin: 5px 0;
}
#mobileMenu .menu .mbchild {
  width: auto !important;
  opacity: 1 !important;
}
#mobileMenu .menu .mbchild a {
  padding-left: 35px;
}
#mobileMenu .menu a:hover,
#mobileMenu .menu a.active {
  text-decoration: none;
  background: rgba(224, 211, 176, 0.4);
}
#navToggle {
  display: block;
  overflow: hidden;
  cursor: pointer;
  box-sizing: border-box;
  width: 30px;
  height: 30px;
  padding: 0;
  -moz-transition: -moz-transform 0.3s;
  -o-transition: -o-transform 0.3s;
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  position: relative;
}
#navToggle span,
#navToggle::after,
#navToggle::before {
  height: 2px;
  width: 22px;
  top: 50%;
  left: 50%;
  margin-left: -11px;
  background: #f8c80f;
  position: absolute;
  display: block;
  content: "";
  text-indent: -9999px;
  transition: all 300ms ease-in-out;
}
#navToggle::before {
  margin-top: -7px;
}
#navToggle::after {
  margin-top: 7px;
}
#navToggle.show span {
  opacity: 0;
}
#navToggle.show::before {
  margin-top: 0;
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#navToggle.show::after {
  margin-top: 0;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#mb-menu {
	position:fixed;
	left:-260px;
	top:0;
	margin:0;
	width:260px;
	height:100vh;
	background-color:#02489e;
	-webkit-overflow-scrolling:touch;
	overflow-y:auto;
	-moz-transform:translateZ(0);
	-webkit-transform:translateZ(0);
	transform:translateZ(0);
	-webkit-transition:transform 0.3s ease-out;
	transition:transform 0.3s ease-out;
	z-index:910
}
#mb-menu {
	display:none!important;
}
#mb-menu.show,#menu.show {
	-webkit-transform:translateX(100%);
	transform:translateX(100%)
}
.mm-listview .active{
    background: rgba(255, 255, 255, 0.5);
}
.mm-listview .lang{
    display: block;
    text-align: center;
    line-height: 1rem;
    margin-top: 0.5rem;
    color: #fff;
    font-size: 0.26rem;
    background: rgba(255, 255, 255, 0.05);
}
.header {
  position: relative;
  z-index: 999;
  background: #181818;
  align-items: center;
  justify-content: space-between;
  padding: 0.2rem 10px;
  line-height: 0.8rem;
  display: flex;
  -webkit-display: flex;
  display: none;
}
.header img {
  height: 85%;
}
@-webkit-keyframes navMove {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes navMove {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.container{
    /* width: 64%; */
    max-width: 83%;
}
.nohref{
    cursor: default;
}

/* 首页 */
.menu-sub{
    position: fixed;
    top: 0;
    z-index: 2;
    width: 100%;
    /*padding: 0 5%;*/
    background-color: rgb(255, 255, 255, .8);
    box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.1);
    transition: all 0.3s;
}
.menu-sub.active, .menu-sub.act{
    background-color: rgba(255, 255, 255);
    transition-duration: 0;
}
.menu-sub.active .nava a, .menu-sub.act .nava a{
    /*color: #5B6670;*/
}
.menu-sub.active .search, .menu-sub.act .search{
    background: #FBF7F3;
}
.menu-sub.active .search, .menu-sub.act .search input{
    color: #333;
}
.menu-sub.active .menu .user svg path, .menu-sub.active .menu .cart svg path, .menu-sub.act .menu .user svg path, .menu-sub.act .menu .cart svg path{
    fill: #5B6670;
}
.menu-sub.active .menu .cart p, .menu-sub.act .menu .cart p{
    color: #5B6670;
}
.subnav{
    max-width: 83%;
    margin: 0 auto;
    padding: 0 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.menu ul li{
    float: left;
    margin-right: 0.6rem;
    font-size: 0.14rem;
    line-height: 0.3rem;
}
.menu ul li a{
    color: #000;
    display: block;
    line-height: 0.3rem;
    transition: all 0.4s;
}
.menu ul{
    overflow: hidden;
    float: left;
}
.menu ul li a:hover{
    color: #ac1f24;
}
.link{
    float: left;
}
.link a{
    padding-left: 0.2rem;
    margin-left: 0.2rem;
    transition: all 0.4s;
    display: inline-block;
    border-left: 1px solid #254058;
}
.link a:first-child{
    border-left: 0;
}
.link a:hover{
    opacity: 0.65;
}
.search{
    width: 2rem;
    height: 0.4rem;
    /*background: #fff;*/
    border-radius: 0.2rem;
    padding: 0 0.18rem;
    border: 1px solid #fff;
}
.search form{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.search input{
    font-size: 0.16rem;
    /*color: #5B6670;*/
    color: #fff;
    height: 0.4rem;
    font-weight: 500;
    width: 75%;
}
.search button{
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.search button svg{
    width: auto;
    height: 0.15rem;
}
.search button svg path{
    fill: #fff;
}
.menu-sub.active .search button svg path{
    fill: #326242;
}
.menu{
    display: flex;
    align-items: center;
}
.menu .user, .menu .cart{
    position: relative;
    margin-left: 0.2rem;
}
.menu .user svg, .menu .cart svg{
    width: auto;
    height: 0.2rem;;
}
.menu .cart p{
    position: absolute;
    font-size: 0.12rem;
    font-family: 'Raleway-Medium';
    font-weight: 500;
    line-height: 0.24rem;
    color: #FFFFFF;
    bottom: 0.01rem;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}
.subna{
    width: 1.4rem;
    padding: 0.1rem 0;
    text-align: center;
    position: absolute;
    top: 0.8rem;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    background: #fff;
    box-shadow: 0px 3px 5px 0px rgba(228,235,244,0.35);
    display: none;
}
.subna a{
    font-size: 0.16rem;
    line-height: 0.18rem;
    color: #616161;
    padding: 0.2rem 0;
    /*border-radius: 0.05rem;*/
    display: block;
    border-bottom: 1px solid #f9f9f9;
}
.subna a:hover{
    color: #004098!important;
}
.subna a:last-child{
    border-bottom: 0;
}
.subtoys{
    position: fixed;
    left: 32%;
    width: 9rem;
    padding: 0.32rem;
    /* display: flex; */
}
.subtoys .category{
    width: 60%;
    margin-right: 0.24rem;
    /* display: flex;
    flex-wrap: wrap; */
    background: transparent;
    float: left;
}
.subtoys .category .con{
    display: flex;
    flex-wrap: wrap;
}
.subtoys .category a{
    width: calc(25% - calc(3 / 4 * 0.14rem));
    margin: 0.14rem 0.14rem 0 0;
    background: #FBF7F3;
    padding: 0.1rem 0 0.16rem;
}
.subtoys .category a:nth-child(4n){
    margin-right: 0;
}
.subtoys .category a:nth-child(1), .subtoys .category a:nth-child(2), .subtoys .category a:nth-child(3), .subtoys .category a:nth-child(4){
    margin-top: 0;
}
.subtoys .category img{
    height: 0.7rem;
    margin: 0 auto 0.05rem;
}
.subtoys a{
    font-size: 0.14rem;
    font-family: 'Raleway-Medium';
    font-weight: 500;
    line-height: 0.18rem;
    color: #5B6670;
}
.subtoys .age{
    float: left;
    width: 14%;
    margin-right: 0.28rem;
}
.subtoys .age a{
    padding: 0.11rem 0;
    border-radius: 0.05rem;
    background: #FBF7F3;
    margin-bottom: 0.14rem;
}
.subtoys .age a:last-child{
    margin-bottom: 0;
}
.subtoys .type{
    float: left;
    width: calc(26% - 0.52rem);
}
.subtoys .type a{
    font-size: 0.14rem;
    font-family: 'Raleway-Medium';
    font-weight: 500;
    line-height: 0.18rem;
    color: #5B6670;
    margin-bottom: 0.14rem;
    padding: 0.29rem 0;
}
.subtoys .type a:last-child{
    margin-bottom: 0
}

/* Company History */
.history{
    padding: 1rem 0;
}
.history .title{
    font-size: 0.3rem;
    font-family: 'Quicksand-Bold';
    font-weight: bold;
    line-height: 0.24rem;
    color: #5B6670;
    margin-bottom: 0.4rem;
}
.history .box{
    position: relative;
}
.history .bg{
    /* width: 62%; */
    margin: 0 auto;
    display: block;
    /* 图片失真的问题 */
    image-rendering: -moz-crisp-edges;
    /* Firefox */
    image-rendering: -o-crisp-edges;
    /* Opera */
    image-rendering: -webkit-optimize-contrast;
    /* Webkit (non-standard naming) */
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;
    /* IE (non-standard property) */
}

/* Catalog */
.catalog{
    padding: 0.95rem 0 1.2rem;
}
.catalog .tab{
    text-align: center;
    margin-bottom: 0.8rem;
}
.catalog .tab a{
    font-size: 0.18rem;
    font-family: 'Quicksand-Bold';
    font-weight: bold;
    line-height: 0.24rem;
    color: #5B6670;
    margin: 0 0.67rem;
    opacity: 0.5;
}
.catalog .tab a.active{
    opacity: 1;
}
.catalog .huace{
    position: relative;
    width: 9rem;
    margin: 0 auto;
}
.catalog .huace .swiper-button-prev{
    left: -0.5rem;
    background: url(../images/catalog_prev.png) no-repeat;
    background-size: contain;
}
.catalog .huace .swiper-button-next{
    right: -0.5rem;
    background: url(../images/catalog_next.png) no-repeat;
    background-size: contain;
}
.catalog .pdfbox{
    display: none;
    animation: pdf 1s;
}
.catalog .pdfbox.active{
    display: block;
}
@keyframes pdf{
    0%{
        opacity: 0;
    }
    100%{
        opacity: 1;
    }
}

.logo{
    display: flex;
    align-items: center;
}

.logo #pcBox{
    float: left;
    position: relative;
    margin-right: 0;
    margin-left: 0.48rem;
    margin-top: 0.36rem;
    font-size: 0.24rem;
    color: #254058;
    transition: all 0.4s;
}
.logo a img{
    /*margin-right: 0.45rem;*/
    /*height: 0.35rem;*/
}
.logo #pcBox:hover{
    opacity: 0.8;
    margin-left: 0.52rem;
}
.logo #pcBox span{
    background: #231815;
    display: block;
    width: 0.4rem;
    height: 0.02rem;
    margin-top: 0.05rem;
}
.logo #pcBox span:nth-child(2){
    width: 0.48rem;
}
.nava, .nava ul{
    display: flex;
}
.nava ul li{
    position: relative;
    height: 0.8rem;
    display: flex;
    align-items: center;
}
.nava ul li > a{
    position: relative;
    font-size: 0.18rem;
    line-height: 80px;
    color: #2D3A50;
    display: flex;
    justify-content: center;
    margin: 0 0.35rem;
}
.nava ul li > a:after{
    opacity: 0;
    content: '';
    position: absolute;
    bottom: 0;
    width: 0;
    height: 4px;
    background: #004098;
}
.nava ul li > a:hover{
    color: #004098;
}
.nava ul li > a.active{
    color: #004098;
    font-weight: bold;
}
.nava ul li > a.active:after{
    opacity: 1;
    width: 0.54rem;
}
/* 轮播图文字 */
.banner .swiper-slide{
    position: relative;
    background: #fff;
    overflow: hidden;
}
.banner .swiper-slide .img1{
    width: 100%;
    height: 100vh;
    object-fit: cover;
}
.banner .text{
    position: absolute;
    z-index: 9;
    right: 0.82rem;
    bottom: 0.47rem;
}
.banner .text > b{
    font-size: 0.14rem;
    color: #fff;
    writing-mode: vertical-rl;
}
.banner .text > p{
    font-size: 0.26rem;
    font-weight: 500;
    line-height: 0.36rem;
    color: #FFF;
    margin-bottom: 0.4rem;
}
.banner .text .more{
    display: flex;
    align-items: center;
}
.banner .text .more span{
    font-size: 0.2rem;
    font-family: 'Quicksand-Medium';
    font-weight: 500;
    line-height: 0.36rem;
    color: #ECE7E0;
    margin-right: 0.4rem;
}
.banner .text .more a{
    position: relative;
    width: 0.45rem;
    height: 0.45rem;
    background: #ECE7E0;
    border-radius: 50%;
}
.banner .text .more a:before{
    content: '>';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    font-size: 0.2rem;
    font-family: 'Quicksand';
    font-weight: bold;
    line-height: 0.36rem;
    color: #4A4A4A;
}
.banner .qh{
    position: absolute;
    z-index: 99;
    right: 0.56rem;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
}
.banner .qh .nexts{
    transform: rotate(90deg);
    margin-top: 0.1rem;
    cursor: pointer;
}
.banner .qh .prevs{
    transform: rotate(90deg);
    margin-bottom: 0.1rem;
    cursor: pointer;
}

.banner-img .crumbs{
    width: 76.5%;
    margin: 0 auto;
    position: absolute;
    bottom: 0.12rem;
    left: 50%;
    margin-left: -38.25%;
    z-index: 9;
}
.banner-img .crumbs a,
.banner-img .crumbs span{
    color: #fff;
    font-size: 0.14rem;
}
.banner {
  overflow: hidden;
  position: relative;
  width: 100%;
  /* background: #000; */
  margin-bottom: 1.15rem;
}
.banner .swiper-button-next.swiper-button-disabled,
.banner .swiper-button-prev.swiper-button-disabled {
  pointer-events: inherit;
  opacity: 1;
}
.banner .swiper-button-prev,
.banner .swiper-button-next {
  width: 0.4rem;
  height: 1rem;
  margin-top: -0.5rem;
  border-radius: 3px;
  transition: all 0.3s;
  animation: adBack 3s;
}
@keyframes adBack{
    from{
        opacity: 0;
    }
    to{
        opacity: 1;
    }
}
@-webkit-keyframes adBack{
    from{
        opacity: 0;
    }
    to{
        opacity: 1;
    }
}
.banner .swiper-button-prev {
  background: #f8c80f url("../images/banner_prev.png") no-repeat center;
  left: 0.3rem;
  background-size: 0.13rem;
}
.banner .swiper-button-next {
  background: #f8c80f url("../images/banner_next.png") no-repeat center;
  right: 0.3rem;
  background-size: 0.13rem;
}
.banner .swiper-button-prev:hover,
.banner .swiper-button-next:hover {
  opacity: 0.8;
  cursor: pointer;
}
.banner .swiper-pagination {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0.24rem;
  text-align: center;
  z-index: 2222;
  margin: 0 auto;
  line-height: 0.38rem;
}
.banner .swiper-pagination-bullet {
    position: relative;
  background: rgba(255, 255, 255, 0.5);
  opacity: 1;
  width: 0.08rem;
  height: 0.08rem;
  margin: 0 0.19rem !important;
}
.banner .swiper-pagination-bullet:after{
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 0.38rem;
    height: 0.38rem;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.5);
    opacity: 0;
}
.banner .swiper-pagination-bullet-active {
  background: rgba(255, 255, 255, 1);
}
.banner .swiper-pagination-bullet-active:after{
    opacity: 1;
}
.home-newscont{
    overflow: hidden;
    position: relative;
}

.honor{
    margin-top: 1rem;
    margin-bottom: 1rem!important;
}
.honor .arrivals-cont{
    width: 80%;
    margin: 0.5rem auto 0;
}
.honor .arrivals-cont .text{
    margin-top: 0.2rem;
}
.honor .arrivals-cont .swiper-slide img {
    height: 3.5rem;
    object-fit: cover;
    transform: perspective(10px);
}
.honor .box{
    position: relative;
}
.honor .swiper-button-prev,
.honor .swiper-button-next{
    margin-top: 0.3rem;
    /*background: rgb(20, 20, 20);*/
    background: #326242;
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.honor .swiper-button-prev{
    transform: rotate(180deg);
}
.honor .swiper-button-prev img,
.honor .swiper-button-next img{
    height: 0.35rem;
}
.nation{
    margin-top: 1rem;
}
.nation ul {
	overflow: hidden;
	margin-top: 0.5rem;
	/*padding-bottom: 3vh;*/
	/*border-bottom: 1px solid #dcdcdc;*/
	background: url("/images/layout_bg.png") no-repeat bottom;
	background-size: cover;
}

.nation li {
	width: 33%;
	float: left;
	text-align: center;
}

.nation li img {
	/*width: 35%;*/
	margin-bottom: 1vh;
}

.nation li span {
	display: inline-block;
	font-family: Bahnschrift;
}

.nation li p {
	margin: 0 auto;
	overflow: hidden;
	font-size: 0.42rem;
	color: rgb(210,19,102);
}
.nation li .p_clear{
    font-size: 0.14rem;
    color: #333;
}

.his{
    overflow: hidden;
    margin-top: 0.5rem;
}

.cities{
    margin-bottom: 1rem;
}
.cities .hotcity, .cities #menu_con{
    width: 100%;
}
.cities .hotcity li a{
    color: #333;
}
.cities .hotcity .active{
    color: #326242;
}
.cities .pages .get_page{
    border-top: 0;
    padding-top: 0.5rem;
    color: #333;
}
.cities .recruit{
    padding: 0.5rem 0 0;
}
.cities .head .cont{
    display: flex;
    flex-wrap: wrap;
}
.cities .head .cont li{
    width: calc(100% / 6 - calc(5 / 6 * 0.25rem));
    margin: 0.25rem 0.25rem 0 0!important;
    display: flex;
}
.cities .head .cont li:nth-child(6n){
    margin-right: 0!important;
}
.cities .head .cont li a{
    color: #000;
    padding: 0 0.1rem;
}

.structure .cont{
    margin-top: 0.5rem;
    font-size: 0.14rem;
    line-height: 0.24rem;
    color: #5b6670;
}
.advan{
    margin-bottom: 1rem;
}
.advan .cont{
    display: flex;
    flex-wrap: wrap;
    margin-top: 0.5rem;
}
.advan .cont li{
    width: calc(100% / 3 - calc(2 / 3 * 0.5rem));
    margin: 0.3rem 0.5rem 0 0;
    box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 10%);
    padding: 0.15rem;
    display: flex;
    /*align-items: center;*/
}
.advan .cont li:nth-child(3n){
    margin-right: 0;
}
.advan .cont li:nth-child(1),
.advan .cont li:nth-child(2),
.advan .cont li:nth-child(3){
    margin-top: 0;
}
.advan .cont li em{
    width: 0.8rem;
    height: 0.8rem;
    /*background: #000;*/
    background: #326242;
    color: #fff;
    text-align: center;
    line-height: 0.8rem;
    margin-right: 0.2rem;
    font-style: italic;
    font-size: 0.24rem;
    font-family: 'Arial';
    font-weight: bold;
}
.advan .cont li .text{
    font-size: 0.15rem;
    color: #000;
    /*font-weight: bold;*/
    flex: 1;
}
.advan .cont li .text b{
    font-size: 0.17rem;
    font-weight: bold;
    margin-bottom: 0.05rem;
}
.head .cont li{
    width: calc(100% / 4 - calc(3 / 4* 1rem));
    margin: 0.4rem 1rem 0 0;
    box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 10%);
    /*padding: 0 0.2rem;*/
    padding: 0;
    text-align: center;
    border-radius: 4px;
    overflow: hidden;
    line-height: 0.65rem;
}
.head .cont li a{
    padding: 0 0.2rem;
    width: 100%;
    box-sizing: border-box;
}
.head .cont li:nth-child(3n){
    margin-right: 1rem;
}
.head .cont li:nth-child(4n){
    margin-right: 0;
}
.head .cont li:nth-child(4){
    margin-top: 0;
}
.head .cont li .text b{
    /*font-size: inherit;*/
    color: #326242;
    margin-bottom: 0;
    font-weight: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.head .ewm li{
    line-height: normal;
}
.head .ewm li a{
    cursor: default;
    padding: 0.2rem;
}
.head .ewm li .text img{
    margin-bottom: 0.1rem;
}


/* 标题 */
.ti{
    text-align: center;
    line-height: normal;
}
.ti p{
    font-size: 0.3rem;
    color: rgb(234,234,234);
    font-weight: bold;
    text-transform: uppercase;
}
.ti span{
    font-size: 0.24rem;
    /*color: #333;*/
    color: #326242;
    display: block;
}
.ti i{
    font-size: 0.15rem;
    color: rgb(136, 136, 136);
    margin-top: 0.2rem;
}


/* 首页资讯 */
.index-news{
    margin-bottom: 1rem;
}
.index-news .blist {
    display: flex;
    flex-wrap: wrap;
    /*margin-top: 0.5rem;*/
}
.index-news .blist a {
    width: calc(100% / 2 - calc(1 / 2 * 0.5rem));
    margin: 0 0.5rem 0 0;
    text-align: center;
    font-size: 0.16rem;
    color: #333;
    padding: 0.3rem;
    display: flex;
    text-align: left;
}
.index-news .blist a:nth-child(2n) {
    margin-right: 0;
}
.index-news .blist img{
    width: 2.49rem;
    height: 1.47rem;
    object-fit: cover;
    margin-right: 0.3rem;
}
.index-news .blist .text em{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0.18rem 0 0.2rem;
}
.index-news .blist .text em b{
    font-size: 0.21rem;
    color: #1c1c1c;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    transition: all 0.3s;
    /*width: 70%;*/
    /*flex: 1;*/
}
.index-news .blist .text em i{
    font-size: 0.14rem;
    color: rgb(153, 153, 153);
    margin-left: 0.1rem;
}
.index-news .blist .text p{
    font-size: 0.18rem;
    color: #848484;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    line-height: 0.4rem;
}
.news .blist a{
    width: 100%;
    margin-right: 0;
    padding: 0.42rem 0.39rem;
    margin-bottom: 0.3rem;
    box-shadow: 0px 0px 60px 0px rgba(237,237,237,0.55);
}
.news .blist a:hover .text em b{
    color: #2643AE;
}
.news .blist a:hover .date{
    background: #2643AE;
}
.news .blist a:hover .date p,
.news .blist a:hover .date span{
    color: #fff;
    border-color: rgba(255,255,255,0.16);
}
.news .blist .text{
    width: 100%;
    flex: 1;
}
.news .blist .date{
    width: 1.07rem;
    height: 1.07rem;
    margin-right: 0.28rem;
    background: #f8f8f8;
    border-radius: 6px;
    font-size: 0.18rem;
    color: #b4b4b4;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: all 0.3s;
}
.news .blist .date p{
    font-size: 0.4rem;
    font-weight: bold;
    line-height: 0.4rem;
    /*transition: all 0.3s;*/
}
.news .blist .date span{
    margin-top: 0.1rem;
    padding-top: 0.1rem;
    border-top: 1px solid #E1E6EA;
    /*transition: all 0.3s;*/
}

/* 首页新闻 */
.ournews{
    margin-bottom: 1.15rem;
}
.ournews .top{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0.6rem;
}
.ournews .top .ti{
    text-align: left;
}
.ournews .top .ti p{
    font-size: 0.36rem;
    color: #1A1D27;
    line-height: 0.36rem;
    margin-bottom: 0.18rem;
}
.ournews .top .ti span{
    font-size: 0.2rem;
    color: #BABECC;
    line-height: 0.2rem;
}
.ournews .top a{
    color: #2643AE;
}
.ournews .list{
    display: flex;
    justify-content: space-between;
}
.ournews .list .hn{
    width: 7.35rem;
    margin-right: 1rem;
}
.ournews .list .hn a{
    display: block;
    transition: all 0.3s;
}
.ournews .list .hn em{
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 0.18rem;
    color: #000;
    line-height: 0.18rem;
    padding-bottom: 0.25rem;
    border-bottom: 1px solid #ddd;
    margin-bottom: 0.3rem;
    transition: all 0.3s;
}
.ournews .list .hn em span{
    font-size: 0.16rem;
    color: #B3B7C4;
    transition: all 0.3s;
}
.ournews .list .hn p{
    font-size: 0.2rem;
    color: #000;
    font-weight: bold;
    margin-bottom: 0.53rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    transition: all 0.3s;
}
.ournews .list .hn img{
    height: 3.7rem;
    width: 100%;
    object-fit: cover;
}
.ournews .list .hn a:hover em,
.ournews .list .hn a:hover em span,
.ournews .list .hn a:hover p{
    color: #2643AE;
}
.ournews .list .li{
    flex: 1;
}
.ournews .list .li a{
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 0.18rem;
    color: #000;
    padding: 0.38rem 0;
    border-bottom: 1px dotted #ddd;
    transition: all 0.3s;
}
.ournews .list .li a:nth-child(1){
    padding-top: 0;
    margin-top: -2px;
}
.ournews .list .li a:last-child{
    border-bottom: 0;
    padding-bottom: 0;
}
.ournews .list .li a:hover{
    color: #2643AE;
    border-color: #2643AE;
}
.ournews .list .li a p{
    flex: 1;
    margin-right: 0.15rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

/* 业务领域 */
.lyu{
    display: flex;
}
.lyu a{
    position: relative;
    width: 25%;
}
.lyu a:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    transition: all 0.3s;
}
.lyu a > img{
    width: 100%;
}
.lyu .con{
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
}
.lyu .con em{
    font-size: 0.52rem;
    font-weight: bold;
    transition: all 0.3s;
    opacity: 0;
}
.lyu .con .ti{
    transition: all 0.3s;
}
.lyu .con .ti p{
    font-weight: normal;
    color: #fff;
    line-height: 0.3rem;
    margin-bottom: 0.14rem;
}
.lyu .con .ti span{
    font-size: 0.16rem;
    color: #fff;
    line-height: 0.35rem;
}
.lyu .con i{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 0.52rem;
    height: 0.52rem;
    border-radius: 50%;
    background: rgba(255,255,255,0.2);
    transition: all 0.3s;
    opacity: 0;
}
.lyu .con i img{
    width: 0.13rem;
}
.lyu a:hover:before{
    background: rgba(26, 86, 164, 0.8);
}
.lyu a:hover .con i,
.lyu a:hover .con em{
    opacity: 1;
}
.lyu a:hover .con .ti{
    margin-top: 0.5rem;
}
.lyu a:hover .con .ti p{
    font-weight: bold;
}

/* 首页关于 */
.habout{
    position: relative;
    padding: 1rem 0;
}
.habout .bg{
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    height: 100%;
    object-fit: cover;
}
.habout .box{
    display: flex;
    align-items: center;
}
.habout .con{
    margin-right: 9%;
    flex: 1;
}
.habout .con .ti{
    text-align: left;
    margin-bottom: 0.46rem;
}
.habout .con .ti p{
    font-size: 0.66rem;
    line-height: 0.5rem;
    margin-bottom: 0.25rem;
    color: #f2f2f2;
}
.habout .con .ti span{
    font-size: 0.28rem;
    line-height: 0.28rem;
    color: #1c1c1c;
    font-weight: bold;
}
.habout .con .text{
    font-size: 0.18rem;
    color: #656565;
    line-height: 0.34rem;
    margin-bottom: 0.6rem;
    text-indent: 2em;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
}
.habout .con .more{
    margin-bottom: 0.9rem;
    display: block;
}
.habout .con .more:hover{
    color: #2643AE;
}
.habout .con .li{
    display: flex;
    justify-content: space-between;
    padding: 0.33rem 0;
    background: #fff;
    box-shadow: 0px 0px 57px 0px rgba(40,52,95,0.05);
}
.habout .con .li li{
    width: 25%;
    text-align: center;
    color: #1c1c1c;
}
.habout .con .li li p{
    font-size: 0.18rem;
    /*margin-top: 0.2rem;*/
}
.habout .con .li li em{
    font-size: 0.4rem;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    /*line-height: 0;*/
}
.habout .con .li li em span{
    font-size: 0.16rem;
    line-height: 0.4rem;
    font-weight: normal;
    margin-left: 0.08rem;
}
.habout .img{
    position: relative;
    width: 4.23rem;
    height: 6.11rem;
}
.habout .img:before{
    content: '';
    position: absolute;
    top: -0.15rem;
    left: -0.15rem;
    width: 2.5rem;
    height: 2.5rem;
    background: #B3B3B3;
    opacity: 0.17;
}
.habout .img:after{
    content: '';
    position: absolute;
    bottom: -0.15rem;
    right: -0.15rem;
    width: 2.5rem;
    height: 2.5rem;
    background: #B3B3B3;
    opacity: 0.17;
}
.habout .img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* 项目案例 */
.hcase{
    position: relative;
    margin-bottom: 1.15rem;
}
.hcase .container{
    position: absolute;
    z-index: 1;
    height: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.hcase .swiper-slide img{
    width: 100%;
}
.hcase .box{
    height: 100%;
    padding: 1.15rem 0 0.6rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.hcase .box .ti{
    text-align: left;
}
.hcase .ti p{
    font-size: 0.36rem;
    color: #fff;
    line-height: 0.36rem;
    margin-bottom: 0.18rem;
}
.hcase .ti span{
    font-size: 0.2rem;
    line-height: 0.2rem;
    color: #fff;
}
.hcase .box .con{
    display: flex;
    justify-content: space-between;
    color: #fff;
}
.hcase .con em{
    font-size: 0.46rem;
    font-weight: bold;
}
.hcase .con .li{
    text-align: right;
}
.hcase .con .li p{
    padding: 0.1rem 0;
    cursor: pointer;
}
.hcase .con .li p.active{
    font-size: 0.2rem;
    color: #D01A30;
}
.hcase .qh{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.hcase .qh img{
    cursor: pointer;
}
.hcase .qh .left{
    display: flex;
    align-items: center;
}
.hcase .qh .right{
    display: flex;
    align-items: center;
}
.hcase .qh .thumb img{
    width: 0.73rem;
    height: 0.73rem;
    border-radius: 50%;
    object-fit: cover;
}
.hcase .qh .left .thumb{
    margin-left: 0.15rem;
    display: flex;
}
.hcase .qh .left .thumb .second{
    margin-left: -0.35rem;
}
.hcase .qh .right .thumb{
    margin-right: 0.15rem;
}
.hcase .qh .right .thumb .first{
    margin-right: -0.35rem;
    position: relative;
}
.hcase .qh .prevs, .hcase .qh .nexts{
    transition: all 0.3s;
}
.hcase .qh .prevs:hover, .hcase .qh .nexts:hover{
    opacity: 0.7;
}

/* 视频 */
.hvideo{
    margin-bottom: 0.8rem;
}
.hvideo .ti{
    text-align: left;
    margin-bottom: 0.7rem;
}
.hvideo .ti p{
    font-size: 0.36rem;
    line-height: 0.36rem;
    color: #1A1D27;
    margin-bottom: 0.18rem;
}
.hvideo .ti span{
    font-size: 0.2rem;
    color: #babecc;
    line-height: 0.2rem;
}
.hvideo .box{
    display: flex;
    height: 6.57rem;
}
.hvideo .text{
    width: 50%;
    display: flex;
}
.hvideo .text .con{
    flex: 1;
    padding: 0.7rem 1rem 1.62rem 0.7rem;
}
.hvideo .con i{
    position: relative;
    font-size: 0.79rem;
    line-height: 0.6rem;
    color: rgba(51,51,51,0.05);
    font-weight: bold;
    font-family: 'Arial';
}
.hvideo .con i:after{
    content: '';
    position: absolute;
    top: 0.11rem;
    left: 0.04rem;
    width: 0.45rem;
    height: 0.06rem;
    background: #2643AE;
}
.hvideo .con p,
.hvideo .con span{
    font-size: 0.36rem;
    color: #333;
    font-weight: bold;
    line-height: 0.36rem;
}
.hvideo .con p{
    margin-top: -0.18rem;
}
.hvideo .con span{
    margin: 0.22rem 0 0.69rem;
    display: block;
}
.hvideo .con em{
    font-size: 0.18rem;
    color: #656565;
    line-height: 0.36rem;
    margin-bottom: 1.15rem;
}
.hvideo .con a{
    width: 1.5rem;
    line-height: 0.5rem;
    display: inline-block;
    position: relative;
    border: 1px solid #2643AE;
    color: #fff;
    background: #2643AE;
    text-align: center;
    overflow: hidden;
    transition: all 0.3s;
}
.hvideo .con a:hover{
    background: #fff;
    color: #2643AE;
}
.hvideo .img{
    width: 50%;
    height: 6.57rem;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.hvideo .img .pic{
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.hvideo .img .icon{
    position: relative;
    transition: all 0.3s;
    cursor: pointer;
}
.hvideo .img .icon:hover{
    opacity: 0.7;
}

.more{
    transition: all 0.3s;
}
.more:hover{
    opacity: 0.7;
}

/* 业务领域 */
.business{
    padding: 0.7rem 0 0.8rem;
}
.planli{
    position: relative;
    margin-bottom: 0.85rem;
}
.planli .bg{
    position: absolute;
    bottom: 0;
    z-index: -1;
}
.planli .box{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.planli .box .text{
    flex: 1;
    margin-right: 9%;
}
.planli .box .text > b{
    margin-bottom: 0.53rem;
}
.planli .box .text > b p,
.caseli .ti p{
    font-size: 0.32rem;
    line-height: 0.32rem;
    color: #1c1c1c;
    font-weight: bold;
    margin-bottom: 0.14rem;
}
.planli .box .text > b span,
.caseli .ti span{
    font-size: 0.18rem;
    line-height: 0.18rem;
    color: #acacac;
}
.planli .box .text em{
    font-size: 0.18rem;
    color: #656565;
    line-height: 0.36rem;
    margin-bottom: 0.44rem;
}
.planli .box .text .xm{
    display: flex;
    flex-wrap: wrap;
}
.planli .box .text .xm li{
    width: calc(100% / 4 - calc(3 / 4 * 0.16rem));
    margin: 0.14rem 0.16rem 0 0;
    padding: 0.15rem;
    line-height: 0.16rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #F0F2F8;
    border-radius: 2px;
    border: 1px solid #2643AE;
    text-align: center;
    color: #2643AE;
}
.planli .box .text .xm li:nth-child(4n){
    margin-right: 0;
}
.planli .box .img{
    width: 46%;
    height: 4.8rem;
}
.planli .box .img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.caseli{
    margin-bottom: 0.6rem;
}
.caseli .ti{
    margin-bottom: 0.42rem;
}
.caseli .box{
    display: flex;
    flex-wrap: wrap;
}
.caseli .box li{
    position: relative;
    width: 50%;
    font-size: 0.18rem;
    color: #656565;
    padding: 0.27rem 0.65rem;
    display: flex;
    align-items: center;
}
.caseli .box li:nth-child(4n+1),
.caseli .box li:nth-child(4n+2){
    background: #f6f6f6;
}
.caseli .box li:nth-child(4n+1){
    border-right: 1px solid #fff;
}
.caseli .box li:after{
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0.47rem;
    width: 0.07rem;
    height: 0.07rem;
    background: #96A4D4;
}
.casepicli .box{
    display: flex;
    flex-wrap: wrap;
}
.casepicli .box a{
    width: calc(100% / 3 - calc(2 / 3 * 0.35rem));
    margin: 0 0.35rem 0.42rem 0;
    padding-bottom: 0.21rem;
    background: #F3F3F3;
}
.casepicli .box a:nth-child(3n){
    margin-right: 0;
}
.casepicli .box a .img{
    transform: perspective(10px);
    overflow: hidden;
}
.casepicli .box a .img img{
    width: 100%;
    transition: all 0.4s;
}
.casepicli .box a p{
    font-size: 0.18rem;
    color: #1c1c1c;
    text-align: center;
    margin-top: 0.21rem;
    padding: 0 0.21rem;
    transition: all 0.3s;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.casepicli .box a:hover p{
    color: #2643AE;
}
.casepicli .box a:hover .img img{
    transform: scale(1.05);
}


/* 党建工作 */
.barrow .navs a:hover{
    color: #D01A30!important;
}
.barrow .navs a.active {
    border: 1px solid #D01A30!important;
    color: #D01A30!important;
}
.bnews .blist a{
    margin-bottom: 0;
    margin-top: 0.72rem;
    align-items: center;
    padding: 0 0.5rem 0 0;
    background: rgba(248,248,248,0.5);
    box-shadow: none;
}
.bnews .blist a:nth-child(1){
    margin-top: 0;
}
.bnews .blist a:hover .img img{
    transform: scale(1.05);
}
.bnews .blist .text em{
    margin: 0 0 0.25rem;
}
.bnews .blist .text em b{
    font-size: 0.22rem;
    font-weight: bold;
}
.bnews .blist .text p{
    -webkit-line-clamp: 2;
    margin-bottom: 0.55rem;
    min-height: 0.48rem;
}
.bnews .blist .text .time{
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 0.18rem;
    color: #848484;
}
.bnews .blist .text .time i{
    color: #D01A30;
}
.bnews .page a:hover{
    color: #D01A30;
    border-color: #D01A30;
}
.bnews .page a.active{
    background: #D01A30;
    border-color: #E4A4AB;
}

.pack{
    margin-top: 1rem;
}
.hr{
    margin-bottom: 1rem;
}
.hr img{
    width: 100%;
}

/* new Arrivals 首页 */
.home-arrivals{
    position: relative;
    /*padding: 1.3rem 0 0.69rem;*/
    margin-bottom: 1rem;
}
.home-arrivals:after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: #FBF7F3;
}
.home-arrivals .title{
    font-size: 0.3rem;
    font-family: 'Quicksand-Bold';
    font-weight: bold;
    margin-bottom: 0.65rem;
    color: #5B6670;
    text-align: center;
}
.arrivals-cont{
    position: relative;
    overflow: hidden;
    margin-top: 0.5rem;
}
.arrivals-cont .swiper-button-prev, .arrivals-cont .swiper-button-next{
    opacity: 1;
    width: 0.58rem;
    height: 0.58rem;
    margin-top: -0.29rem;
    background: transparent;
}
.arrivals-cont .swiper-button-prev{
    left: 5%;
}
.arrivals-cont .swiper-button-next{
    right: 5%;
}
.arrivals-cont .swiper-slide{
    width: auto;
}
.arrivals-cont .swiper-slide a{
    display: block;
    position: relative;
}
.arrivals-cont .text{
    /*position: absolute;*/
    width: 100%;
    height: 100%;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.16rem;
    font-weight: 500;
    line-height: 0.24rem;
    color: #333;
    /*opacity: 0;*/
}
.arrivals-cont .swiper-slide img{
    width: 100%;
    height: 1.5rem;
    object-fit: cover;
}


/* subscribe */
.subscribe{
    padding: 0.45rem 0 0.37rem;
    background: #EDDFD0;
}
.subscribe .box{
    width: 64%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.subscribe .box > p{
    width: 382px;
    height: 16px;
    font-size: 0.14rem;
    font-family: 'Raleway-Medium';
    font-weight: 500;
    line-height: 0.24rem;
    color: #5B6670;
}
.subscribe .box > p.mb{
    display: none;
}
.subscribe .box a{
    width: 1.86rem;
    line-height: 0.48rem;
    background: #E21A35;
    border-radius: 0.08rem;
    font-size: 0.18rem;
    font-family: 'Raleway-Medium';
    font-weight: 500;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
}
.subscribe .box a i{
    position: relative;
    left: 0;
    font-size: 0.18rem;
    font-family: 'Raleway-Regular';
    font-weight: 400;
    line-height: 0.24rem;
    color: #FFFFFF;
    margin-left: 0.1rem;
}
/* Keep updated */
.keep{
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: -1;
    top: 0;
    opacity: 0;
}
.keep.active{
    opacity: 1;
    z-index: 10;
}
@keyframes keep{
    0%{
        opacity: 0;
        transform: scale(1.5);
        -webkit-transform: scale(1.5);
    }100%{
        opacity: 1;
        transform: scale(1);
        -webkit-transform: scale(1);
    }
}
.updated{
    position: relative;
    width: 9rem;
    background: #fff;
    padding: 0.55rem;
    display: none;
    animation: keep 0.3s linear;
}
.updated video{
    width: 100%;
}
.updated .close{
    position: absolute;
    top: 0.2rem;
    right: 0.2rem;
    opacity: 1;
    transition: all 0.4s;
}
.updated .close:hover{
    opacity: 0.6;
}
.updated .close svg{
    width: auto;
    height: 0.2rem;
}
.keep.active .updated{
    display: block;
}
.updated > b{
    font-size: 0.3rem;
    font-family: 'Quicksand-Bold';
    font-weight: bold;
    line-height: 0.24rem;
    color: #5B6670;
    margin-bottom: 0.15rem;
}
.updated > p{
    width: 2.58rem;
    font-size: 0.14rem;
    font-family: 'Raleway-Medium';
    font-weight: 500;
    line-height: 0.24rem;
    color: #5B6670;
    margin-bottom: 0.33rem;
}
.updated label{
    display: flex;
    width: 100%;
    height: 0.45rem;
    margin-bottom: 0.15rem;
}
.updated input{
    width: 100%;
    height: 100%;
    font-size: 0.14rem;
    font-family: 'Raleway-Medium';
    font-weight: 500;
    line-height: 0.24rem;
    color: #A2A9AD;
    padding: 0 0.2rem;
    border: 0.01rem solid #A2A9AD;
}
.updated input::-webkit-input-placeholder, .updated input::-moz-input-placeholder, .updated input::-ms-input-placeholder{
    color: #A2A9AD;
}
.updated input:focus{
    /* -webkit-box-shadow: 0px 0px 4px 2px rgba(0,0,0,0.075), 0px 0px 8px rgba(227,19,47);
    box-shadow: 0px 0px 4px 2px rgba(0,0,0,0.075), 0px 0px 8px rgba(227,19,47); */
    border-color: #E3132F;
    transition: all 0.2s;
}
.updated button{
    margin-top: 0.2rem;
}
.updated .btnmore:before{
    width: 175%;
    height: 380%;
    left: -187%;
    top: -165%;
}
.updated .btnmore{
    width: 1.54rem;
    line-height: 0.53rem;
    border-radius: 0.27rem;
    font-size: 0.15rem;
    display: inline-block;
}
.btnmore{
    width: 1.75rem;
    line-height: 0.44rem;
    display: block;
    margin: 0 auto;
    position: relative;
    /*border: 1px solid #E3132F;*/
    /*border-radius: 0.27rem;*/
    font-size: 0.16rem;
    /*font-family: 'Raleway-Medium';*/
    font-weight: 500;
    color: #fff;
    background: rgb(43,43,43);
    background: #326242;
    text-align: center;
    overflow: hidden;
    border-radius: 0.44rem;
}
.btnmore:before{
    content: '';
    position: absolute;
    width: 100%;
    height: 350%;
    background: #E3132F;
    left: -110%;
    top: -85px;
    transform: rotate(30deg);
    -webkit-transform: rotate(30deg);
    display: none;
}
.btnmore em{
    position: relative;
}


/* about us */
.video{
    position: relative;
}
.video video{
    width: 100%;
    height: 7.95rem;
    object-fit: cover;
}
.video img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    cursor: pointer;
}
.about{
    
}
.about .zuzhi{
    padding: 0.34rem 0 2rem;
}
.about .lingdao{
    margin-bottom: 0.58rem;
    box-shadow: 0px 0px 60px 0px rgba(237,237,237,0.55);
}
.about .lingdao li{
    padding: 0.63rem 1.43rem 0.51rem;
    display: flex;
    align-items: flex-end;
    font-size: 0.18rem;
    color: #828282;
}
.about .lingdao li:nth-child(odd){
    background: #f4f4f4;
}
.about .lingdao li > strong{
    font-size: 0.26rem;
    font-weight: bold;
    color: #1c1c1c;
    margin-right: 0.28rem;
    min-width: 0.8rem;
}
.about .zizhi{
    padding: 0.7rem 0;
}
.about .zizhi .box{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    /*align-items: flex-end;*/
}
.about .zizhi .box a{
    width: calc(100% / 4 - calc(3 / 4 * 0.66rem));
    margin: 0 0.66rem 0.7rem 0;
    text-align: center;
}
.about .zizhi .box a:nth-child(4n){
    margin-right: 0;
}
.about .zizhi .box .img{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 0.18rem;
}
.about .zizhi .box .img .pic{
    position: relative;
    top: 0.1rem;
    left: 0.05rem;
    max-width: 2.35rem;
}
.about .zizhi .box p{
    font-size: 0.18rem;
    color: #1c1c1c;
    height: 0.3rem;
}
.aboutli{
    padding: 0.68rem 0 1rem;
}
.aboutli .box{
    background: #f8f9fb;
    padding: 0.88rem 1.44rem 0.96rem;
    margin-bottom: 1rem;
}
.aboutli .box > b,
.aboutli .xs > b{
    position: relative;
    font-size: 0.44rem;
    color: #1c1c1c;
    margin-bottom: 0.79rem;
}
.aboutli .box > b:after,
.aboutli .xs > b:after{
    content: '';
    position: absolute;
    bottom: -0.29rem;
    left: 0;
    width: 0.59rem;
    height: 0.05rem;
    background: #2643AE;
}
.aboutli .con{
    font-size: 0.18rem;
    color: #656565;
    line-height: 0.36rem;
    margin-bottom: 0.4rem;
}
.aboutli .num .li{
    display: flex;
    justify-content: space-between;
}
.aboutli .num .li li{
    margin: 0.6rem 0 0;
    min-width: 2rem;
    text-align: center;
    color: #5c5c5c;
}
.aboutli .num .li li p{
    font-size: 0.18rem;
    margin-top: 0.2rem;
}
.aboutli .num .li li em{
    font-size: 0.5rem;
    font-weight: bold;
    line-height: 0;
}
.aboutli .num .li li em span{
    font-size: 0.16rem;
    font-weight: normal;
    margin-left: 0.08rem;
}
.aboutli .xs{
    position: relative;
}
.aboutli .xs > b{
    margin-bottom: 1.12rem;
}
.aboutli .xs .con{
    position: relative;
    display: flex;
    line-height: 0.34rem;
}
.aboutli .xs .con .text{
    margin-right: 0rem;
    width: 100%;
}
.aboutli .xs .con .img{
    position: absolute;
    right: -12%;
    max-width: 37%;
}
.aboutli .xs .pic{
    position: absolute;
    z-index: -1;
    top: -0.94rem;
    left: 3.19rem;
}

/* 信息公开 */
.lnfor{
    padding: 0.7rem 0 1.5rem;
}
.lnfor .box{
    font-size: 0.18rem;
    color: #444;
    line-height: 0.36rem;
}

/* Brand Influence */
.brand_map img{
    width: 100%;
}
.brand{
    padding: 0.18rem 0 0.98rem;
}
.brand .title{
    font-size: 0.14rem;
    font-family: 'Raleway-Medium';
    font-weight: 500;
    line-height: 0.24rem;
    color: #5B6670;
    margin-bottom: 0.98rem;
}
.brand .shops{
    margin-bottom: 1.28rem;
}
.brand .shops > b{
    font-size: 0.18rem;
    font-family: 'Quicksand-Bold';
    font-weight: bold;
    line-height: 0.32rem;
    color: #5B6670;
    margin-bottom: 0.18rem;
}
.brand .wide{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.brand .wide .text{
    width: 36%;
    width: 3.72rem;
}
.brand .wide .text > b{
    font-size: 0.18rem;
    font-family: 'Quicksand-Bold';
    font-weight: bold;
    line-height: 0.32rem;
    color: #5B6670;
    margin-bottom: 0.17rem;
}
.brand .wide .text .con{
    font-size: 0.14rem;
    font-family: 'Raleway-Medium';
    font-weight: 500;
    line-height: 0.24rem;
    color: #5B6670;
    margin-bottom: 0.5rem;
}
.brand .wide .text a{
    width: 1.79rem;
    line-height: 0.53rem;
    display: inline-block;
    margin: 0 auto;
    position: relative;
    border: 1px solid #E3132F;
    border-radius: 0.27rem;
    font-size: 0.16rem;
    font-family: 'Raleway-Medium';
    font-weight: 500;
    color: #E3132F;
    text-align: center;
    overflow: hidden;
}
.brand .wide .text a:before{
    content: '';
    position: absolute;
    width: 100%;
    height: 350%;
    background: #E3132F;
    left: -110%;
    top: -85px;
    transform: rotate(30deg);
    -webkit-transform: rotate(30deg);
}
.brand .wide .text a em{
    position: relative;
}
.brand .wide .img{
    width: 44%;
}
.brand .wide .img img{
    width: 100%;
}

/* FAQ */
.faq{
    padding: 0.75rem 0 1rem;
}
.faq .title{
    font-size: 0.3rem;
    font-family: 'Quicksand-Bold';
    font-weight: bold;
    line-height: 0.24rem;
    color: #5B6670;
    margin-bottom: 0.59rem;
}
.faq .box{
    display: flex;
}
.faq-text{
    width: 66%;
    padding-right: 9%;
}
.faq-text .list{
    margin-bottom: 0.65rem;
}
.faq-text .list:last-child{
    margin-bottom: 0;
}
.faq-text .list >em{
    font-size: 0.2rem;
    font-family: 'Quicksand-Bold';
    font-weight: bold;
    line-height: 0.24rem;
    color: #5B6670;
    margin-bottom: 0.25rem;
}
.faq-text ul li{
    margin-bottom: 0.27rem;
}
.faq-text ul li i{
    font-size: 0.15rem;
    font-family: 'Quicksand-Bold';
    font-weight: bold;
    line-height: 0.24rem;
    color: #5B6670;
    margin-bottom: 0.14rem;
}
.faq-text ul li .text{
    font-size: 0.14rem;
    font-family: 'Raleway-Medium';
    font-weight: 500;
    line-height: 0.24rem;
    color: #5B6670;
}
.faq-con{
    position: sticky;
    top: 1.34rem;
    width: 34%;
    height: 3.06rem;
    display: flex;
    background: #FBF7F3;
    padding: 0.51rem 0.29rem;
    font-size: 0.14rem;
    font-family: 'Raleway-Medium';
    font-weight: 500;
    line-height: 0.24rem;
    color: #A2A9AD;
}
.faq-con span{
    display: block;
    color: #5B6670;
    margin-bottom: 0.3rem;
}

/* Privacy Policy */
.privacy{
    padding: 0.97rem 0;
}
.privacy .faq-text{
    width: 62%;
    padding-right: 8%;
}
.privacy .faq-con{
    width: 38%;
    height: 1.8rem;
    padding: 0.5rem 0.29rem;
}
.privacy .faq-text ul li{
    margin-bottom: 0.39rem;
}
.privacy .faq-text ul li i{
    font-size: 0.18rem;
}
.privacy .faq-con ul li i{
    font-size: 0.12rem;
    font-family: 'Raleway-Medium';
    font-weight: 500;
    line-height: 0.24rem;
    color: #A2A9AD;
    margin-bottom: 0.23rem;
}

.btext{
    bottom: inherit!important;
    right: inherit!important;
    line-height: normal!important;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}

/* 面包屑导航 */
.arrow{
    padding: 0.3rem 0;
    border-bottom: 1px solid #e9e9e9;
}
.arrow .box{
    display: flex;
    align-items: center;
}
.arrow .box > b{
    position: relative;
    font-size: 0.3rem;
    font-weight: bold;
    color: #c5c5c5;
    margin-right: 0.23rem;
}
.arrow .box > b:after{
    content: '';
    position: absolute;
    right: -16px;
    top: 50%;
    transform: translateY(-50%);
    width: 5px;
    height: 5px;
    background: #C5C5C5;
    border-radius: 50%;
}
.arrow .navs a{
    margin-left: 0.22rem;
    font-size: 0.18rem;
    color: #1c1c1c;
    padding: 0 0.38rem;
    line-height: 0.47rem;
    border-radius: 0.47rem;
    display: inline-block;
    transition: all 0.2s;
}
.arrow .navs a:hover{
    color: #2643AE;
}
.arrow .navs a.active{
    border: 1px solid #2643AE;
    color: #2643AE;
}

/* banner */
.quality_banner{
    position: relative;
    /*padding-top: 0.8rem;*/
}
.quality_banner .text{
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 0.46rem;
    font-weight: bold;
    line-height: 0.46rem;
    color: #FFFFFF;
}
.quality_banner .text span{
    display: block;
    margin-top: 0.21rem;
    opacity: 0.28;
    text-transform: uppercase;
    font-family: 'Arial';
}
.quality{
    padding: 1rem 0;
}
.qualityli{
    margin-bottom: 0.71rem;
}
.qualityli:nth-child(2){
    margin-bottom: 0.5rem;
}
.qualityli:last-child{
    margin-bottom: 0;
}
.qualityli:last-child .img{
    width: 52%;
}
.qualityli:nth-child(2) .img{
    width: 66%;
}
.qualityli:nth-child(2) .con{
    width: 30%;
}
.qualityli .box{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 0.5rem;
}
.qualityli .img{
    width: 49%;
}
.qualityli .img img{
    width: 100%;
}
.qualityli .con{
    width: 41%;
}
.qualityli .con > b{
    font-size: 0.24rem;
    font-weight: bold;
    line-height: 0.24rem;
    /*color: #333;*/
    color: #326242;
    margin-bottom: 0.3rem;
}
.qualityli .con .text{
    font-size: 0.14rem;
    font-weight: 500;
    line-height: 0.36rem;
    color: rgb(136,136,136);
}
.qualityli:nth-child(2n) .box{
    flex-direction: row-reverse;
}

/* Login */
.login{
    padding: 0.47rem 0 1.3rem;
}
.login .box{
    width: 4.27rem;
    margin: 0 auto;
}
.login .box > b{
    font-size: 0.3rem;
    font-family: 'Quicksand-Bold';
    font-weight: bold;
    line-height: 0.24rem;
    color: #5B6670;
    margin-bottom: 0.33rem;
}
.login .box label{
    display: flex;
    width: 100%;
    height: 0.45rem;
    margin-bottom: 0.15rem;
}
.login .box input{
    width: 100%;
    height: 100%;
    font-size: 0.14rem;
    font-family: 'Raleway-Medium';
    font-weight: 500;
    line-height: 0.24rem;
    color: #A2A9AD;
    padding: 0 0.2rem;
    border: 0.01rem solid #A2A9AD;
}
.login .forgot{
    display: block;
    font-size: 0.13rem;
    font-family: 'Raleway-Medium';
    font-weight: 500;
    line-height: 0.24rem;
    color: #5B6670;
    margin-bottom: 0.35rem;
}
.login button{
    display: inline-block;
    margin-right: 0.2rem;
}
.login .box input::-webkit-input-placeholder{
    color: #A2A9AD;
}
.login .box input::-moz-input-placeholder{
    color: #A2A9AD;
}
.login .box input::-ms-input-placeholder{
    color: #A2A9AD;
}
.login .box input:focus{
    /* -webkit-box-shadow: 0px 0px 4px 2px rgba(0,0,0,0.075), 0px 0px 8px rgba(227,19,47);
    box-shadow: 0px 0px 4px 2px rgba(0,0,0,0.075), 0px 0px 8px rgba(227,19,47); */
    border: 1px solid #E3132F;
    transition: all 0.2s;
}
.login .register{
    font-size: 0.13rem;
    font-family: 'Raleway-Medium';
    font-weight: 500;
    line-height: 0.24rem;
    color: #000000;
    text-decoration: underline;
}
.register .bt{
    margin-top: 0.35rem;
}

/* My Account */
.account{
    padding: 0.48rem 0 2.93rem;
}
.account .content{
    width: 4.27rem;
    margin: 0 auto;
}
.account .text b{
    font-size: 0.3rem;
    font-family: 'Quicksand-Bold';
    font-weight: bold;
    line-height: 0.24rem;
    color: #5B6670;
    margin-bottom: 0.59rem;
}
.account .box span{
    font-size: 0.18rem;
    font-family: 'Quicksand-Bold';
    font-weight: bold;
    line-height: 0.24rem;
    color: #5B6670;
    margin-bottom: 0.15rem;
    display: block;
}
.account .box a{
    font-size: 0.14rem;
    font-family: 'Raleway-Medium';
    font-weight: 500;
    line-height: 0.24rem;
    color: #5B6670;
}
.details{
    padding: 0.48rem 0 0.96rem!important;
}
.details .content{
    width: 4.27rem;
    margin: 0 auto;
}
.details .text{
    width: auto!important;
    margin-bottom: 0.33rem!important;
}
.details form{
    width: 100%!important;
}
.details .text a{
    font-size: 0.14rem;
    font-family: 'Raleway-Medium';
    font-weight: 500;
    line-height: 0.24rem;
    color: #5B6670;
    margin-bottom: 0.59rem;
    display: block;
}
.details form button{
    margin-top: 0.47rem!important;
}

/* News */
.news{
    padding: 0.7rem 0 0;
}
.news .ti{
    text-align: left;
    margin-bottom: 0.75rem;
}
.news .ti p{
    font-size: 0.45rem;
    font-family: 'Arial';
    color: #e8e8e8;
}
.news .ti span{
    font-size: 0.46rem;
    color: #1c1c1c;
    font-weight: bold;
}
.news .page{
    margin-top: 0.7rem;
}
.news .page li{float: left;
}
.news .title{
    font-size: 0.30rem;
    font-family: 'Quicksand-Bold';
    font-weight: bold;
    line-height: 0.24rem;
    color: #5B6670;
}
.news .cont{
    padding: 0.84rem 0;
    border-bottom: 1px solid #A2A9AD;
    display: flex;
}
.news .cont:last-child{
    border-bottom: 0;
}
.news .left{
    width: 5%;
    margin-right: 9%;
    text-align: center;
}
.news .left p{
    font-size: 0.50rem;
    font-family: 'Quicksand-Medium';
    font-weight: 500;
    color: #A2A9AD;
}
.news .left i{
    border: 1px solid #A2A9AD;
    display: block;
    margin-bottom: 0.11rem;
}
.news .left span{
    font-size: 0.14rem;
    font-family: 'Quicksand-Medium';
    font-weight: 500;
    color: #A2A9AD;
}
.news .img{
    width: 4.08rem;
    height: 2.55rem;
    margin-right: 0.5rem;
    overflow: hidden;
    transform: perspective(10px);
}
.news .img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.4s;
}
.news .right{
    width: 56.25%;
}
.news .right > b{
    font-size: 0.18rem;
    font-family: 'Quicksand-Bold';
    font-weight: bold;
    line-height: 0.24rem;
    color: #5B6670;
    margin-bottom: 0.17rem;
    margin-top: 0.04rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.news .right .jie{
    font-size: 0.14rem;
    font-family: 'Raleway-Medium';
    font-weight: 500;
    line-height: 0.24rem;
    color: #5B6670;
    margin-bottom: 0.34rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.news .right a{
    font-size: 0.14rem;
    font-family: 'Raleway-Medium';
    font-weight: 500;
    line-height: 0.24rem;
    color: #5B6670;
    display: flex;
    align-items: center;
}
.news .right a em{
    margin-right: 0.08rem;
}
.news .right a span{
    position: relative;
    left: 0;
}

/* Newsinfo */
.newsinfo{
    padding: 0.69rem 0 1.1rem;
}
.newsinfo .title{
    margin-bottom: 0.53rem;
    text-align: center;
}
.newsinfo .title b{
    font-size: 0.36rem;
    font-weight: bold;
    /*line-height: 0.24rem;*/
    color: #1c1c1c;
    margin-bottom: 0.38rem;
}
.newsinfo .title span{
    font-size: 0.16rem;
    font-weight: 500;
    line-height: 0.24rem;
    color: #5B6670;
}
.newsinfo .title .eye{
    display: flex;
    align-items: center;
    justify-content: center;
    color: #848484;
}
.newsinfo .title .eye img{
    width: 0.19rem;
    margin-right: 0.1rem;
}
.newsinfo .title .eye p:nth-child(2){
    margin-right: 0.3rem;
}
.newsinfo .box{
    padding-bottom: 0.75rem;
    margin-bottom: 0.4rem;
    border-bottom: 1px solid #e8e8e8;
    font-size: 0.18rem;
    line-height: 0.36rem;
    color: #1c1c1c;
}
.infopage{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.infopage .btnmore{
    width: 1.54rem;
    font-size: 0.15rem;
    margin: 0;
    color: #fff;
}
.infopage .pn{
    width: 100%;
}
.infopage .pn a{
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 0.18rem;
    color: #333;
    transition: all 0.3s;
}
.infopage .pn a:hover{
    color: #ababab;
}
.infopage .pn a:first-child{
    margin-bottom: 0.24rem;
}
.infopage .pn p{
    /*width: calc(100% - 0.8rem);*/
    flex: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}


/* 分页 */
.page{
    /*margin-top: 0.5rem;*/
    text-align: center;
}
.page a{
    /*width: 0.4rem;*/
    /*height: 0.4rem;*/
    border: 1px solid #e4e4e4;
    padding: 0 0.16rem;
    margin-left: 0.12rem;
    color: #1c1c1c;
    display: inline-block;
    text-align: center;
    line-height: 0.33rem;
    transition: all 0.2s;
}
.page a.active{
    background: #2643AE;
    color: #fff;
    border-color: #A5B2E3;
}
.page a:hover{
    color: #2643AE;
    border-color: #A5B2E3;
}
.page a.active:hover{
    color: #fff;
}

/* Our Toys */
.toys_banner{
    position: relative;
}
.toys_banner .text {
    position: absolute;
    bottom: 0.35rem;
    right: 3.4rem;
    font-size: 0.6rem;
    font-family: 'Pacifico-Regular';
    font-weight: 400;
    line-height: 1rem;
    color: #FFFFFF;
}
.toys_banner .text p:first-child {
    position: relative;
    right: 1rem;
    top: 0.1rem;
}
.toys{
    padding: 0.87rem 0 0.95rem;
}
.toys .box{
    display: flex;
}
.toys .cate{
    width: 20%;
    margin-right: 0.45rem;
}
.toys .cate .li{
    margin-bottom: 0.25rem;
}
.toys .cate .li:last-child{
    margin-bottom: 0;
}
.toys .cate .li > b{
    cursor: pointer;
    font-size: 0.16rem;
    font-family: 'Quicksand-Medium';
    font-weight: 500;
    line-height: 0.24rem;
    color: #5B6670;
    opacity: 0.5;
}
.toys .cate .li > b.active{
    opacity: 1;
}
.toys .cate .list{
    padding: 0 0 0 0.2rem!important;
    width: 100%!important;
}
.toys .cate .list a{
    display: block;
    font-size: 0.14rem;
    font-family: 'Quicksand-Medium';
    font-weight: 500;
    line-height: 0.24rem;
    color: #5B6670;
    margin-top: 0.1rem;
    opacity: 0.5;
}
.toys .cate .list a:nth-child(1){
    margin-top: 0.14rem;
}
.toys .cate .list a.active{
    opacity: 1;
}
.toys .pro{
    width: calc(80% - 0.45rem);
}
.toys .page{
    text-align: center;
}
.toys .cont{
    display: flex;
    flex-wrap: wrap;
}
.toys .cont .box{
    position: relative;
    display: inline-flex;
    align-items: center;
    width: calc(100% / 3 - calc(2 / 3 * 0.13rem));
    margin: 0 0.13rem 0.5rem 0;
}
.toys .cont .box:nth-child(3n){
    margin-right: 0;
}
.toys .cont .box a{
    position: relative;
    z-index: 1;
}
.toys .cont .new{
    position: absolute;
    width: 0.42rem;
    top: 0.1rem;
    left: 0.1rem;
    opacity: 0;
}
.toys .cont .shou{
    position: absolute;
    z-index: 2;
    right: 0.1rem;
    top: 0.15rem;
    width: 0.21rem;
    cursor: pointer;
    opacity: 0;
}
.toys .cont .shou .grey{
    position: absolute;
}
.toys .cont .shou .red{
    opacity: 0;
    position: absolute;
}
.toys .cont .shou.active{
    opacity: 1;
}
.toys .cont .shou.active .red{
    opacity: 1;
}
.toys .cont .shou.active .grey{
    opacity: 0;
}
.toys .cont p{
    width: 100%;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    font-size: 0.25rem;
    font-family: 'Quicksand-Medium';
    font-weight: 500;
    line-height: 0.28rem;
    color: #5B6670;
    opacity: 0;
}

/* Cart */
.carts{
    padding: 0.47rem 0 0.94rem;
}
.carts .box > b{
    font-size: 0.3rem;
    font-family: 'Quicksand-Bold';
    font-weight: bold;
    line-height: 0.24rem;
    color: #5B6670;
    padding-bottom: 0.53rem;
    border-bottom: 1px solid #A2A9AD;
}
.carts .cont{
    margin-bottom: 1.28rem;
}
.carts .cont .tt{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.3rem 0;
    border-bottom: 1px solid #A2A9AD;
    font-size: 0.14rem;
    font-family: 'Raleway-Medium';
    font-weight: 500;
    line-height: 0.24rem;
    color: #5B6670;
}
.carts .cont .tt .left{
    width: 2.07rem;
    text-align: center;
}
.carts .cont .tt .right{
    display: flex;
    align-items: center;
}
.carts .cont .tt .right div{
    width: 1.07rem;
    text-align: center;
}
.carts .list{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.1rem 0;
    border-bottom: 1px solid #A2A9AD;
}
.carts .list .left{
    display: flex;
    align-items: center;
}
.carts .list .left .img{
    width: 2.07rem;
}
.carts .list .left .text{
    font-size: 0.14rem;
    font-family: 'Raleway-Medium';
    font-weight: 500;
    line-height: 0.24rem;
    color: #5B6670;
    margin-left: 0.35rem;
}
.carts .list .in{
    position: relative;
}
.carts .list .in .delete{
    position: absolute;
    text-align: center;
    left: 50%;
    transform: translateX(-50%);
    top: -0.37rem;
    font-size: 0.14rem;
    font-family: 'Raleway-Medium';
    line-height: 0.24rem;
    color: #5B6670;
    cursor: pointer;
}
.carts .list .in .jj{
    display: flex;
    align-items: center;
    justify-content: center;
}
.carts .list .in span{
    width: 0.33rem;
    height: 0.35rem;
    line-height: 0.35rem;
    font-size: 0.3rem;
    font-family: 'Raleway-Regular';
    font-weight: 400;
    color: #5B6670;
    cursor: pointer;
    -moz-user-select: none; /*火狐*/
    -webkit-user-select: none; /*webkit浏览器*/
    -ms-user-select: none; /*IE10*/
    -khtml-user-select: none; /*早期浏览器*/
    user-select: none;
}
.carts .list .right{
    display: flex;
    align-items: center;
}
.carts .list .num{
    width: 1.07rem;
    text-align: center;
}
.carts .list .intotal{
    width: 1.07rem;
    text-align: center;
    font-size: 0.14rem;
    font-family: 'Raleway-Medium';
    font-weight: 500;
    line-height: 0.24rem;
    color: #5B6670;
}
.carts .list .numm{
    width: 0.35rem;
    height: 0.35rem;
    border: 2px solid #707070;
    border-radius: 50%;
    font-size: 0.14rem;
    font-family: 'Raleway-Medium';
    font-weight: 500;
    line-height: 0.24rem;
    color: #5B6670;
    display: flex;
    align-items: center;
    justify-content: center;
}
.subtotal{
    margin-top: 0.5rem;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.subtotal .text{
    display: flex;
    align-items: center;
    font-size: 0.14rem;
    font-family: 'Raleway-Medium';
    font-weight: 500;
    line-height: 0.24rem;
    color: #5B6670;
    margin-bottom: 0.4rem;
}
.subtotal .text p{
    width: 1.07rem;
    text-align: center;
}
.subtotal .text span{
    width: 1.07rem;
    text-align: center;
    font-size: 0.2rem;
}
.subtotal .btnmore{
    width: 2.27rem;
    font-size: 0.15rem;
    margin: 0;
}
.like .toys{
    padding: 0;
}
.like .toys .cont{
    margin-bottom: 0;
}
.like .toys .box{
    margin-bottom: 0;
    width: calc(25% - calc(3 / 4 * 0.13rem));
}
.like .toys .box:nth-child(3){
    margin-right: 0.13rem;
}
.like .toys .box:nth-child(4n){
    margin-right: 0;
}
.like > b{
    font-size: 0.26rem;
    font-family: 'Quicksand-Bold';
    font-weight: bold;
    line-height: 0.24rem;
    color: #5B6670;
    margin-bottom: 0.4rem;
}

/* toys info */
.toysinfo{
    padding: 0.33rem 0 0.94rem;
}
.toysinfo .arrow, .toysinfo .arrow a, .toysinfo .arrow i{
    display: flex;
    align-items: center;
    font-size: 0.16rem;
    font-family: 'Quicksand-Medium';
    font-weight: 500;
    line-height: 0.24rem;
    color: #5B6670;
    opacity: 0.5;
    margin-bottom: 0.37rem;
}
.toysinfo .arrow a{
    margin-bottom: 0;
}
.toysinfo .arrow a:last-child{
    text-decoration: underline;
}
.toysinfo .arrow i{
    margin: 0 0.03rem;
}
.toysinfo .reviews{
    margin-bottom: 1.28rem;
}
.toys-pic{
    display: flex;
    margin-bottom: 1.28rem;
}
.toys-pic .left{
    width: 56%;
    margin-right: 0.68rem;
}
.toys-pic .left .swiper-slide img{
    width: 100%;
}
.toys-pic .left .swiper-button-prev, .toys-pic .left .swiper-button-next{
    background: transparent;
    width: 0.58rem;
    height: 0.58rem;
}
.toys-pic .left .gallery-top{
    margin-bottom: 0.15rem;
}
.toys-pic .left .gallery-thumbs .swiper-slide{
    opacity: 0.5;
    cursor: pointer;
}
.toys-pic .left .gallery-thumbs .swiper-slide-thumb-active{
    opacity: 1;
}
.toys-pic .right{
    width: calc(44% - 0.68rem);
}
.toys-pic .right .name{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0.16rem;
}
.toys-pic .right .name p{
    font-size: 0.3rem;
    font-family: 'Quicksand-Bold';
    font-weight: bold;
    line-height: 0.24rem;
    color: #47545D;
    width: 65%;
}
.toys-pic .right .name .shou{
    cursor: pointer;
}
.toys-pic .right .name .shou img{
    width: 0.23rem;
}
.toys-pic .right .name .share{
    cursor: pointer;
}
.toys-pic .right .name .share img{
    width: 0.3rem;
}
.toys-pic .right .num{
    font-size: 0.2rem;
    font-family: 'Quicksand-Medium';
    font-weight: 500;
    line-height: 0.16rem;
    color: #47545D;
    margin-bottom: 0.12rem;
}
.toys-pic .right .chicun{
    font-size: 0.12rem;
    font-family: 'Quicksand-Medium';
    font-weight: 500;
    line-height: 0.2rem;
    color: #47545D;
    margin-bottom: 0.13rem;
}
.toys-pic .right .pcs{
    display: flex;
    align-items: center;
    margin-bottom: 0.23rem;
}
.toys-pic .right .pcs .li{
    width: 0.31rem;
    height: 0.31rem;
    border: 1px solid #47545D;
    border-radius: 50%;
    line-height: 0.12rem;
    margin-right: 0.13rem;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.toys-pic .right .pcs .li p{
    font-size: 0.19rem;
    font-family: 'Quicksand-Bold';
    font-weight: bold;
    color: #47545D;
}
.toys-pic .right .pcs .li span{
    position: relative;
    font-size: 0.12rem;
    font-family: 'Quicksand-Bold';
    font-weight: bold;
    color: #47545D;
}
.toys-pic .right .pcs .li:nth-child(1) span{
    top: 0.02rem;
}
.toys-pic .right .det{
    font-size: 0.14rem;
    font-family: 'Raleway-Medium';
    font-weight: 500;
    line-height: 0.24rem;
    color: #5B6670;
    max-height: 0.72rem;
    overflow: hidden;
}
.toys-pic .right .more, .toys-pic .right .less{
    font-size: 0.12rem;
    font-family: 'Raleway-Medium';
    font-weight: 500;
    line-height: 0.24rem;
    color: #A2A9AD;
    cursor: pointer;
    display: inline-block;
}
.toys-pic .right .anniu{
    display: flex;
    margin-top: 0.26rem;
}
.toys-pic .right .anniu a{
    margin: 0;
    width: 1.54rem;
    font-size: 0.15rem;
}
.toys-pic .right .anniu a:nth-child(1){
    margin-right: 0.11rem;
}

/* Customers reviews */
.reviews{
    display: flex;
}
.reviews .left{
    width: 33%;
}
.reviews .left > b{
    font-size: 0.26rem;
    font-family: 'Quicksand-Bold';
    font-weight: bold;
    line-height: 0.24rem;
    color: #5B6670;
    margin-bottom: 0.42rem;
}
.reviews .left > em{
    font-size: 0.45rem;
    font-family: 'Quicksand-Medium';
    font-weight: 500;
    line-height: 0.24rem;
    color: #5B6670;
    margin-bottom: 0.23rem;
}
.reviews .left .star{
    display: flex;
    align-items: center;
    margin-bottom: 0.1rem;
}
.reviews .left .star img{
    width: 0.15rem;
    margin-right: 0.05rem;
}
.reviews .left span{
    font-size: 0.11rem;
    font-family: 'Raleway-Medium';
    font-weight: 500;
    line-height: 0.24rem;
    color: #5B6670;
    margin-bottom: 0.32rem;
    display: block
}
.reviews .left a{
    margin: 0;
    width: 1.54rem;
}
.reviews .right{
    width: 67%;
    padding: 0;
}
.reviews .right form{
    width: 100%;
    padding: 0.37rem 0 0.53rem;
    border-top: 1px solid #A2A9AD;
    border-bottom: 1px solid #A2A9AD;
}
.reviews-list{
    padding: 0.48rem 0 0.56rem;
    border-bottom: 1px solid #A2A9AD;
    display: flex;
}
.reviews .right form .list{
    margin-bottom: 0.33rem;
}
.reviews .right form .list:nth-child(3){
    margin-bottom: 0.15rem;
}
.reviews .right form .list span{
    font-size: 0.14rem;
    font-family: 'Raleway-Medium';
    font-weight: 500;
    line-height: 0.24rem;
    color: #5B6670;
    margin-bottom: 0.05rem;
    display: block;
}
.reviews .right form .first{
    display: flex;
    margin-bottom: 0.22rem;
}
.reviews .right form .layui-input-block{
    margin-left: 0;
    min-height: 0;
}
.reviews .right form .layui-input-block div{
    font-size: 0.14rem;
    font-family: 'Raleway-Medium';
    font-weight: 500;
    line-height: 0.24rem;
    color: #A2A9AD;
    padding: 0;
    margin: 0 0.08rem 0 0;
}
.reviews .right form .reviews .right form{
    margin-right: 0.08rem;
}
.reviews .right form .layui-form-radio{
    margin-right: 0.32rem!important;
}
.reviews .right form .layui-form-radio>i:hover, .reviews .right form .layui-form-radioed>i{
    color: #E3132F;
}
.reviews-list:last-child{
    border-bottom: 0;
}
.reviews-list .name{
    width: 18%;
    margin-right: 0.64rem;
}
.reviews-list .name > p{
    font-size: 0.16rem;
    font-family: 'Quicksand-Bold';
    font-weight: bold;
    line-height: 0.24rem;
    color: #5B6670;
    margin-bottom: 0.19rem;
}
.reviews-list .star{
    display: flex;
    align-items: center;
}
.reviews-list .star img{
    width: 0.15rem;
    margin-right: 0.05rem;
}
.reviews-list .con{
    width: calc(82% - 0.64rem);
}
.reviews-list .con b{
    font-size: 0.16rem;
    font-family: 'Quicksand-Bold';
    font-weight: bold;
    line-height: 0.24rem;
    color: #5B6670;
    margin-bottom: 0.19rem;
}
.reviews-list .con p{
    font-size: 0.12rem;
    font-family: 'Raleway-Medium';
    font-weight: 500;
    line-height: 0.24rem;
    color: #5B6670;
}
.block .star_score{ 
    float: left;
}
.star_score a{ 
    height: 21px; 
    display: block; 
    text-indent: -999em; 
    position: absolute;
    left: 0;
}
.star_score a:hover, #starttwo .star_score a.clibg{ 
    background: url(../images/star3.png);
    left: 0;
}
#starttwo{
    height: 0.18rem;
    overflow: hidden;
    display: flex;
    align-items: center;
}
#starttwo .fs{
    float: left;
    margin-left: 0.2rem;
}
#starttwo .fs span{
    margin-bottom: 0;
    width: 0.5rem;
    font-family: 'Quicksand-Medium';
}
#starttwo .star_score { 
    background: url(../images/star2.png);
}
.star_score {
    width: 160px;
    height: 0.18rem;
    position: relative;
}

.join{
    margin-top: 1rem;
}
.join .cont li{
    width: calc(100% / 4 - calc(3 / 4 * 0.5rem));
}
.join .cont li:nth-child(3n){
    margin-right: 0.5rem;
}
.join .cont li:nth-child(4n){
    margin-right: 0;
}
.join .cont li:nth-child(4){
    margin-top: 0;
}
.joinp{
    margin-top: 1rem;
}
.joinp .ti,
.joinp .nb{
    margin-bottom: 0.5rem;
}
.joinp .wz{
    font-size: 0.15rem;
    color: rgb(136,136,136);
    line-height: 0.3rem;
}
.joinl{
    margin-top: 1rem;
}
.joinl .joinz{
    margin-bottom: 1rem;
}
.joinl .cont li{
    width: calc(100% / 6 - calc(5 / 6 * 0.5rem));
    margin-top: 0;
    margin-right: 0.5rem!important;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.joinl .cont li:nth-child(6n){
    margin-right: 0!important;
}
.joinl .cont li em{
    width: 100%;
    height: 0.5rem;
    line-height: 0.5rem;
    font-style: normal;
    margin-right: 0;
    margin-bottom: 0.2rem;
}
.joinl .cont li .text b{
    font-size: 0.15rem;
    font-weight: normal;
}
.joinx{
    margin-top: 1rem;
    margin-bottom: 0;
}
.joinx .px{
    text-align: center;
}
.joinx .px img{
    width: 5rem;
    margin-bottom: 0.4rem;
}
.joinx .px .text{
    font-size: 0.3rem;
    font-family: '楷体';
    line-height: 0.5rem;
}
.joinx .blist a {
    width: calc(100% / 4 - calc(3 / 4 * 0.5rem));
    margin-right: 0.5rem!important;
}
.joinx .blist a:nth-child(4n) {
    margin-right: 0!important;
}
.joinx .blist a img{
    height: 2.2rem;
}
.joinc{
    padding-top: 0!important;
}
.joinc form{
    width: 50%!important;
}
.joinewm{
    max-width: 5rem;
    display: block;
    margin: 0 auto;
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;
}

/* 如诗加盟 */
.sjoin .ti{
    margin-bottom: 0.5rem;
}
.sjoinh{
    margin-top: 1rem;
    margin-bottom: 1rem;
}
.sjoinp .cont li {
    width: calc(100% / 4 - calc(3 / 4 * 0.5rem));
    align-items: center;
    margin-top: 0;
    margin-right: 0.5rem!important;
}
.sjoinp .cont li:nth-child(4n) {
    margin-right: 0!important;
}
.sjoinp .cont li .text{
    font-size: 0.17rem;
}
.sjoinp .cont li em {
    width: 0.4rem;
    height: 0.4rem;
    line-height: 0.4rem;
}

.school{
    margin-top: 1rem;
}
.school .schoolz{
    margin-bottom: 1rem;
}
.school .cont li {
    width: calc(100% / 6 - calc(5 / 6 * 0.5rem));
    margin-top: 0;
    align-items: center; 
}
.school .cont li:nth-child(6n){
    margin-right: 0!important;
}
.school .cont li:nth-child(3n){
    margin-right: 0.5rem;
}
.school .cont li em{
    width: 0.4rem;
    height: 0.4rem;
    line-height: 0.4rem;
}
.school .cont li .text{
    font-size: 0.17rem;
}
.school .wz{
    font-size: 0.15rem;
    color: rgb(136,136,136);
    line-height: 0.3rem;
}
.school .js{
    margin-bottom: 0.5rem;
}
.school .td .text{
    margin-top: 0.5rem;
    margin-bottom: 1rem;
}
.school .tds{
    margin-top: 1rem;
}
.tech .blist a img{
    height: 3rem;
}
.schoolzs,
.schoolzx{
    margin-bottom: 1rem;
}

/* CContact Us */
.contact{
    padding: 0.7rem 0 1rem;
}
.contactli .box{
    display: flex;
    flex-wrap: wrap;
}
.contactli .box li{
    width: calc(100% / 3 - calc(2 / 3 * 0.2rem));
    margin: 0 0.2rem 0.2rem 0;
    border: 1px solid #e4e4e4;
    padding: 0.6rem 0.25rem;
    text-align: center;
}
.contactli .box li:nth-child(3n){
    margin-right: 0;
}
.contactli .box li img{
    display: block;
    margin: 0 auto 0.34rem;
}
.contactli .box li span{
    font-size: 0.24rem;
    color: #1c1c1c;
    margin-bottom: 0.25rem;
    display: block;
    line-height: 0.24rem;
}
.contactli .box li p{
    color: #868686;
    margin-bottom: 0.55rem;
}
.contactli .box li a{
    transition: all 0.2s;
}
.contactli .box li a:hover{
    color: #2643AE;
}
.jubaoli .box{
    text-align: center;
}
.jubaoli .box em{
    font-size: 0.32rem;
    color: #1c1c1c;
    font-weight: bold;
    margin-bottom: 0.24rem;
    line-height: 0.32rem;
}
.jubaoli .box i{
    font-size: 0.18rem;
    color: #989898;
    margin-bottom: 0.65rem;
    line-height: 0.36rem;
}
.jubaoli .box .lx{
    display: flex;
    justify-content: center;
}
.jubaoli .box .lx li{
    padding: 0.3rem 0.73rem;
    font-size: 0.18rem;
    color: #1c1c1c;
    border: 1px solid #e5e5e5;
    margin: 0 0.26rem;
    line-height: 0.18rem;
}

/* footer */
/* footer */
.footer {
    position: relative;
    overflow: hidden;
    background: #004098;
    color: #fff;
    clear: both;
    margin-top:20px ;
}
.foot .container{
    /*width: 14.4rem;*/
    padding: 0.5rem 15px 0.3rem;
}
.foot-img{
    margin-bottom: 0.3rem;
    padding-bottom: 0.3rem;
    border-bottom: 1px dashed #ddd;
}
.foota{
    display: flex;
    /*align-items: center;*/
    justify-content: space-between;
}
.foota .flogo{
    width: 3.77rem;
}
.foot-address{
    padding: 0.5rem 0 0.5rem;
}
.foot-address b{
    margin-bottom: 0.25rem;
}
.foot-address p{
    font-size: 0.18rem;
    font-weight: bold;
    margin-bottom: 0.16rem;
}
.foot-address a{
    display: flex;
    align-items: center;
    margin-right: 0.32rem;
    font-size: 0.12rem;
    font-family: 'Raleway-Medium';
    font-weight: 500;
    line-height: 0.18rem;
    color: #FFFFFF;
}
.foot-address a img{
    margin-right: 0.09rem;
}
.foot-nav a{
    font-size: 0.18rem;
    line-height: 0.24rem;
    /*color: #808080;*/
    color: #fff;
    display: block;
    margin-bottom: 0.24rem;
    transition: all 0.2s;
}
.foot-nav a.active{
    opacity: 0.7;
}
.foot-nav a:hover{
    opacity: 0.7;
}
.foot-nav ul a{
    margin-bottom: 0.15rem;
    font-weight: normal;
    font-size: 0.16rem;
}
.foot-nav .left a:last-child{
    margin-bottom: 0;
}


.home-contact{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    /*width: calc(100% - 5rem);*/
}
.home-contact .layui-form-item{
    margin-bottom: 0;
}
.home-contact .link{
    margin-top: 0.4rem;
    /*padding: 0.14rem 0.22rem;*/
    /*width: 217px;*/
    /*height: 44px;*/
    /*border: 1px solid #324DB0;*/
}
.home-contact .layui-form-select dl dd{
    color: #2D3A50;
    font-size: 0.16rem;
}
.home-contact .layui-form-select dl{
    top: auto;
    bottom: 38px;
}
.home-contact .layui-form-select .layui-input{
    color: #fff;
    background: transparent;
    border-color: #324DB0 !important;
    line-height: 0.44rem;
    height: 0.44rem;
    padding-left: 0.22rem;
    width: 2.17rem;
}
.home-contact .layui-form-select dl dd.layui-select-tips{
    color: #999!important;
}
.home-contact .layui-form-select dl dd.layui-this{
    color: #fff;
}
.home-contact .layui-form-select .layui-edge{
    transform: rotate(180deg);
    margin-top: -9px;
    right: 0.13rem;
    border-top-color: rgb(89,131,188);
}
.home-contact .layui-form-select .layui-input::placeholder{
    color: #fff;
}
.home-contact .layui-form-select dl dd.layui-this{
    background: #2643AE;
}
.foot-ewm{
    width: 0.95rem;
    text-align: center;
    color: #fff;
}
.foot-ewm img{
    width: 0.95rem;
}
.foot-ewm p{
    margin-top: 15px;
    font-size: 12px;
}
.foot-nav{
    display: flex;
    justify-content: flex-end;
}
.foot-nav .left{
    margin-left: 1rem;
    text-align: center;
}
.foot-nav .left:nth-child(1){
    margin-left: 0;
}
.copy{
    padding: 0.1rem 0;
    /* border-top: 1px solid #6A82DA; */
    background: rgb(0,48,117);
    display: flex;
    align-items: center;
    justify-content: center;
}
.copy .container{
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #6A82DA;
}
.fshare{
    display: flex;
    align-items: center;
    font-size: 0.12rem;
    font-family: 'Raleway-Medium';
    font-weight: 500;
    line-height: 0.24rem;
    color: #FFFFFF;
}
.fshare a{
    margin-left: 0.2rem;
}
.copyright{
    
}
.copyright a{
    color: #6A82DA;
    transition: all 0.2s;
}
.copyright a:hover{
    color: #fff;
}
.copya a{
    font-size: 0.12rem;
    font-family: 'Raleway-Medium';
    font-weight: 500;
    line-height: 0.18rem;
    color: #FFFFFF;
    margin-left: 0.28rem;
}
.copya a.active{
    opacity: 0.7;
}


/* 1200 */
.mb {
  display: none;
}
